
@import url("../main.css");
@import url("../lib/iconfont/iconfont.css");
@import url("../../js/lib/layer/theme/default/layer.css");
@import url("../../js/lib/swiper/css/swiper.css");

@font-face {
    /* font-test*/
    font-family: siyuan;
    src: url('../../font/SourceHanSansCN-Regular.otf'),
    url('../../font/SourceHanSansCN-Regular.otf'),
    url('../../font/SourceHanSansCN-Regular.otf'); /* IE9 */
}

@font-face {
    font-family: 'iconfont';
    src: url('../lib/iconfont/iconfont.eot');
    src: url('../lib/iconfont/iconfont.eot?#iefix') format('embedded-opentype'),
    url('../lib/iconfont/iconfont.woff2') format('woff2'),
    url('../lib/iconfont/iconfont.woff') format('woff'),
    url('../lib/iconfont/iconfont.ttf') format('truetype'),
    url('../lib/iconfont/iconfont.svg#iconfont') format('svg');
}

body {
    background: #FFFFFF;
    font-family: "微软雅黑", "siyuan";
}
.hui-body {
    background: #E5E5E5;
}
a {
    color: #5e5e5e;
}

form {
    padding: 0px;
    margin: 0px;
}

.top {
    width: 100%;
    height: 72px;
    border-bottom: solid 1px #D0D5DB;
    background: #FFFFFF;
}

.top-body {
    width: 1200px;
    margin: auto;
}

.logo-box {
    padding: 6px 0 6px 0;
    float: left;
    width: 150px;
    box-sizing: border-box;
    height: 72px;
    text-align: center;
}

.logo-box img {
    border: none;
    height: 60px;
}

.nav-box {
    width: 700px;
    text-align: center;
    padding: 20px 0 0 100px;
    float: left;
}

.nav-ul {
    display: flex;
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.nav-ul li {
    flex: 1;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    padding: 0 18px;
    position: relative;
    margin: 0px;
}

.nav-ul li span a {
    color: #595757;
    display: block;
    height: 50px;
}

.nav-ul li span a:hover {
    border-bottom: solid 4px #399CEF;
}
.nav-ul li.active span a {
    border-bottom: solid 4px #399CEF;
}

.nav-ul li:hover span a {
    border-bottom: solid 4px #399CEF;
}

.nav-sub-wrap {
    position: absolute;
    width: 240px;
    top: 53px;
    left: -30px;
    border-radius: 8px;
    overflow: hidden;
    background: #FFFFFF;
    z-index: 100;
    height: 0px;
    overflow: hidden;
    transition: .5s
}

.nav-ul li:hover .nav-sub-wrap {

}

.nav-ul li dl {
    padding: 0px;
    margin: 0px;
    text-align: left;
}

.nav-ul li dl dd {
    padding: 0px;
    margin: 0px;
}

.nav-ul li dl a {
    display: block;
    width: 100%;
    height: 50px;
    padding: 0 40px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 50px;
    transition: all 600ms;
}

.nav-ul li dl a:hover {
    color: #399CEF;
    background: #E5E5E5;
}

.top-btn {
    float: left;
    height: 50px;
    padding: 15px 0 0 50px;
}

.top-search {
    cursor: pointer;
    font-size: 26px;
    line-height: 65px;
    color: #595757;
    font-weight: bolder;
    float: left;
}
.top-search:hover{
    color: #3c9de8;
}
.en-btn {
    font-size: 16px;
    font-family: Arial;
    color: #595757;
    float: left;
    padding: 0 0 0 50px;
    line-height: 60px;
    font-weight: bolder;
}

.en-btn a:hover {
    color: #3c9de8;
}

.search-box {
    display: none;
    width: 1200px;
    background: #FFFFFF;
    height: 45px;
    line-height: 45px;
    top: 73px;
    position: absolute;
    z-index: 99;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
}

.search-icon {
    font-size: 26px;
    line-height: 50px;
    color: #ababab;
    float: left;

}

.input-keyword {
    width: 450px;
    height: 40px;
    line-height: 45px;
    padding: 0px;
    margin: 0px 0px 0px 10px;
    font-size: 16px;
    border: none;
    color: #3c9de8;
}

input[name='keyword']:required, input[name='keyword']:valid, input[name='keyword']:invalid {
    border: 0 none;
    outline: 0 none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}


.search-submit {
    background: #3c9de8;
    width: 80px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border: none;
    font-size: 15px;
    color: #FFFFFF;
    cursor: pointer;
    border-radius: 5px;
}

.search-submit:hover {
    background: #40a7f7;
}

.search-close {
    font-size: 22px;
    cursor: pointer;
    color: #5e5e5e;
    width: 30px;
    height: 30px;
    line-height: 42px;
    float: left;
}

.search-close:hover {
    color: #ec1b5b;
}

.search-form {
    padding: 0 0 0 290px;
    float: left;
    margin: 0 45px 0 0;
}


/*banner  begin*/
.page-banner-list {
    width: 100%;
    position: relative;
    padding: 0px 0 0 0;
    overflow: hidden;
}

.products-banner-list{
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.products-banner-list img{
    width: 100%;
 }

.banner {
    height: 550px;
    width: 100%;
    position: relative;
    padding: 0px 0 0 0;
    overflow: hidden;
}

.banner a {
    display: block;
    width: 100%;
    height: 530px;
    position: relative;
}

.banner a img {
    position: absolute;
    left: -999999px;
}

dl.swiper-wrapper {
    padding: 0px;
    margin: 0px;
}

dl.swiper-wrapper dd {
    padding: 0px;
    margin: 0px;
}

.swiper-button-prev {
    color: #FFFFFF;
}

.swiper-button-next {
    position: absolute;
    right: 100px;
}

.swiper-button-prev {
    left: 100px;
}

.swiper-pagination {
    bottom: 100px;
    left: 0;
    width: 100%;
}

.my-bullet {
    width: 40px;
    height: 8px;
    background: rgba(0, 0, 0, 0.2);
    margin: 0 5px;
    display: inline-block;
    border-radius: 5px;
    cursor: pointer;
}

.my-bullet-active {
    background: rgba(1, 161, 233, 1);
}

/*banner end*/

.home-body {
    width: 1300px;
    margin: auto;
    height: 350px;
}

.home-tab-nav {
    padding: 0 60px;
}

.home-tab-nav ul,.home-tab-nav li {
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.home-tab-nav ul {
    border-bottom: solid 2px #EFEFEF;
    height: 30px;
    display: inline-block;
    padding: 0 0 0 15px;
}
.home-tab-nav ul li {
    float: left;
    margin: 0 100px 0 0;
    color: #595858;
    cursor: pointer;
    height: 28px;
    padding: 0 10px;
}

.home-tab-nav ul li.active {
    border-bottom: solid 4px #3c9de8;
}

.home-tab-content {
    padding: 30px 0 0 0;
    margin: 0px;

}

.home-tab-body dd {
    padding: 0px;
    margin: 0px;
}

.home-tab-body {
    position: relative;
    padding: 0 0px 0 15px;
}

.home-swiper-products {
    overflow: hidden;
    width: 1179px;
    margin: auto;
}

.home-products-list {
    padding: 15px 0 0 0;
}
.home-swiper-products ul,.home-swiper-products li {
    padding: 0px;
    margin: 0px 0px;
    list-style: none;
}

.home-swiper-products ul li {
    margin: 0px 0px;
    box-sizing: border-box;
    border: solid 0px #CCCCCC;
    overflow: hidden;
}
.home-swiper-products ul li .img-box {
    border: solid 0px #c31f33;
    width: 350px;
    height: 200px;
    overflow: hidden;
    position: relative;
}

.home-swiper-products ul li .img-box .img-title {
    position: absolute;
    background: rgba(43,37,85,0.3);
    width: 350px;
    height: 200px;
    z-index: 999;
    top: 0px;
    left: 0px;
    text-align: left;
    color: #ffffff;
    display: none;
    padding: 80px 0 0 20px;
}
.img-title-title{
    font-size: 18px;
    padding: 0 0 10px 0;
}
.img-title-name{
    font-size: 24px;
}
.home-swiper-products ul li .img-box:hover .img-title{
    display: block;
}
.home-swiper-products ul li:hover img{
    transform: scale(1.2);
}

.home-swiper-products ul li img {
    width: 350px;
    height: 200px;
    border: solid 0px #CCCCCC;
    box-sizing: border-box;

}
.home-swiper-products ul li img{
    cursor: pointer;
    transition: all 0.8s;
}
.home-swiper-products ul li img:hover{
    transform: scale(1.2);
}


.products-button-next {
    cursor: pointer;
    position: absolute;
    background: url("../../images/right.png") no-repeat ;
    width: 40px;
    height: 40px;
    right: 25px;
    top: 110px;
    z-index: 999;
}
.products-button-prev {
    cursor: pointer;
    position: absolute;
    background: url("../../images/left.png") no-repeat ;
    width: 40px;
    height: 40px;
    left: 0px;
    top: 110px;
    z-index: 999;
}
.products-button-next.swiper-button-disabled {
    opacity: 0.35;
}
.products-button-prev.swiper-button-disabled {
    opacity: 0.35;
}
.products-button-prev:focus,.products-button-next:focus{
    outline:none;
}
.button-prev:focus,.button-next:focus{
    outline:none;
}
.news-list {
    padding: 0px 0 0 55px;
    margin: -10px 0 0 0;
    width: 750px;
}

.news-list li {
    height: 38px;
    line-height: 38px;
    padding: 0px 0 0 35px;
    margin: 0px;
    list-style: none;
    background: url("../../images/list-bg-1.png") no-repeat left center;
}

.news-list li .news-list-title {
    float: left;
}

.news-list li .news-list-time {
    float: right;
    color: #bebebe;
}
.news-list li:hover{
    background: url("../../images/list-bg-2.png") no-repeat left center;
}

.news-list li:hover a {
    color:#40a7f7;
    transition: all 0.2s;
}
.news-list li:hover a .news-list-time {
    color:#40a7f7;
}

.footer {
    background: #FFFFFF;
    border-top: solid 1px #EFEFEF;
    height: 160px;
    margin: 15px 0 0 0;
}

.footer-content {
    width: 1200px;
    margin: auto  ;
    padding: 15px 0 0 0;
}

.footer-content-left{
    float: left;
}


.right-qr-box {

}
.qr-box {
    float: left;
    width: 120px;
    text-align: center;
    cursor: pointer;
    color: #5e5e5e;
    padding: 10px 0 0 0;
}
.qr-box:hover {
    color:#40a7f7;
}
.qr-box p {
    padding: 0px;
    margin: 0px;
    font-size: 14px;
}

.qr-box p img {
    width: 50px;
    height: 50px;
}

.qrbox {
    text-align: center;
}
.qrbox ul {
    padding: 0px;
    margin: 0px;
    display: flex;
    list-style: none;
}

.qrbox ul li {
    flex: 1;
    list-style: none;
    padding: 0px 0 0 0 ;
    margin: 0px;
    text-align: center;
    font-size: 15px;
}
.qrbox ul li img {
    width: 170px;
    height: 170px;
}

.footer-address {
    width: 400px;
    float: left;
    padding: 20px 0 0 30px;
    color: #5e5e5e;
    font-size: 15px;
}
.footer-address p {
    padding: 0px;
    margin: 0px;
    line-height: 30px;
}

.footer-content-right{
    float: right;
    width: 600px;
    text-align: right;
    font-size: 14px;
    color: #5e5e5e;
}

.footer-content-right p {
    padding: 0px;
    margin: 0px;
    line-height: 30px;
}

.footer-nav ul {
    padding: 0px 0 10px 0;
    margin: 0px;
}

.footer-nav ul li{
    line-height: 15px;
    height: 15px;
    display: inline-block;
    padding: 0px 10px 0px 10px;
    border-right: 1px solid #5e5e5e;
    margin: 0px;
    list-style: none;
}
.footer-nav ul li:last-child{
    border-right: none;
}
.footer-nav a:hover{
    color:#40a7f7;
}



/*page begin*/
.page-banner {
    width: 100%;
    position: relative;
    padding: 0px 0 0 0;
}
.page-banner img {
    width: 100%;
    display: block;
}


.p1-block{
    width: 1200px;
    padding: 0px 80px;
    margin: auto;
    clear: both;
    background: #FFFFFF;
    clear: both;
}
.p1-box {
    margin: 0px;
}
.p1-left {
    width: 800px;
    float: left;
    padding: 50px 0 0 0 ;
}
.p1-right {
    width: 400px;
    float: right;
}
.p1-right img {
    display: block;
    width: 400px;
}

.p2-block img {
    display: block;
    width: 100%;
}

.p3-block{
    width: 1200px;
    padding: 0px 80px;
    margin: auto;
    clear: both;
    background: #FFFFFF;
}


.block-title-fu {
    display: inline-block;
    height: 50px;
    background: url("../../images/block-title-bg.jpg") repeat-x bottom;
    font-size: 58px;
    font-family: Arial;
    padding:10px 3px;
    color: #E5E5E5;
}

.block-title {
    display: table;
    height: 30px;
    font-size: 26px;
    color: #545454;
}
.p1-content {
    padding: 10px 20px 10px 0;
    color: #747474;
    line-height: 1.8em;
}
.p3-content {
    height: 500px;
}
.time-swiper {
    width: 550px;
    height: 350px;
    overflow: hidden;
    margin: auto;
}
.time-list {

}
.time-list li {

}



#swiper-history {
    width: 100%;
    max-width: 1120px;
    position: relative;
    height: 480px;
}

#swiper-history .swiper-container {
    height: 450px;
    margin: 0 40px;
}

#swiper-history .short-line {
    height: 385px;
    border-bottom: 1px solid #007aff;
    width: 30px;
    position: absolute;
    top: 0px;
}

#swiper-history .long-line {
    height: 385px;
    border-bottom: 1px solid #007aff;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 30px;
}

#swiper-history .swiper-slide span {
    display: block;
    width: 100%;
    text-align: center;
    position: absolute;
    transition: 700ms;
}

#swiper-history .swiper-slide .detail {
    height: 380px;
    line-height: 20px;
    top: 27px;
    color: #444;
    opacity: 0;
    display: block;
}

#swiper-history .swiper-slide .detail .time-img {
    height: 250px;
    width: 550px;
    background: url("../../images/time_img_bg.jpg") repeat-x center;
    display: block;
    text-align: center;
    margin: auto;
}
#swiper-history .swiper-slide .detail .time-img img{
    width: 400px;
    height: 250px;
}

#swiper-history .swiper-slide .detail .time-text {
    height: 150px;
    width: 400px;
    padding: 15px 0 0 0;
    display: block;
    text-align: center;
    margin: auto;
    line-height: 22px;
    color: #8d8d8d;
    font-size: 15px;
}



#swiper-history .swiper-slide .date {
    color: #747474;
    position: absolute;
    bottom: 0px;
    opacity: 0;
    font-size: 24px;
    left: 18px;
}

#swiper-history .swiper-slide-active span {
    transition: 700ms 700ms;
}

#swiper-history .swiper-pagination-bullets {
    white-space: nowrap;
    width: auto;
    bottom: 67px;
    height: 10px;
    line-height: 10px;
    transition: 700ms;
}

#swiper-history .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0;
}

#swiper-history .swiper-pagination-bullet {
    width: 24px;
    height: 24px;
    background: #D0D5DB;
    border: 0px solid #007aff;
    opacity: 1;
    line-height: 22px;
}

#swiper-history .swiper-pagination-bullet-active {
    background: #FFFFFF;
    border: 3px solid #007aff;
    width: 20px;
    height: 20px;
    line-height: 22px;
}

#swiper-history .button-next, #swiper-history .button-prev {
    background-size: 20px auto;
}

#swiper-history .button-next {
    cursor: pointer;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    bottom: 75px;
    background: url("../../images/right.png") no-repeat center;
}

#swiper-history .button-prev {
    cursor: pointer;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0;
    bottom: 75px;
    background: url("../../images/left.png") no-repeat center;
}
.button-next.swiper-button-disabled {
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    filter: grayscale(1);
    -o-filter: grayscale(1);
    opacity: 0.5;
}
.button-prev.swiper-button-disabled {
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    filter: grayscale(1);
    -o-filter: grayscale(1);
    opacity: 0.5;
}

.p4-block{
    width: 1200px;
    padding: 0px 80px;
    margin: auto;
    clear: both;
    background: #FFFFFF;
}

.p4-content {
    padding: 25px 0;
    position: relative;
}
.p4-left {
    width: 500px;
    float: left;
}
.p4-left img {
    width: 100%;
}

.p4-right {
    width: 700px;
    float: right;
    box-sizing: border-box;
    padding: 0 0 0 50px;
    color: #5e5e5e;
    line-height: 28px;
}

.p5-block{
    width: 1200px;
    padding: 0px 80px 40px 80px;
    margin: auto;
    clear: both;
    background: #FFFFFF;
}

.p5-content {
    padding: 25px 0;
    position: relative;
}
.swiper-pic {

}
.p4-swiper {
    width: 1130px;
    overflow: hidden;
    margin: auto;
}

.pic-swiper-list {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.pic-swiper-list li{
    background: #D0D5DB;
    width: 210px;
    height: 310px;
    list-style: none;
    padding: 25px;
    margin: 0px 10px;
    border: #5e5e5e solid 0px;
}
.pic-swiper-list li img {
    width: 210px;
    height: 310px;
}


.pic-button-next {
    cursor: pointer;
    width: 40px;
    height: 40px;
    position: absolute;
    right: -10px;
    bottom: 170px;
    background: url("../../images/right.png") no-repeat center;
}

.pic-button-prev {
    cursor: pointer;
    width: 40px;
    height: 40px;
    position: absolute;
    left: -15px;
    bottom: 170px;
    background: url("../../images/left.png") no-repeat center;
}
.pic-button-prev.swiper-button-disabled,.pic-button-next.swiper-button-disabled {
    opacity: 0.5;
}

.block-main {
    width: 1300px;
    padding: 40px 90px;
    box-sizing: border-box;
    margin: auto;
    clear: both;
    background: #FFFFFF;
    margin-bottom: 50px;
}

.title-long-box {
    display: flex;
    height: 50px;
    line-height: 50px;
    width: 100%;
    margin: 0 0 20px 0;
}

.title-1 {
    flex: 1;
    font-size: 25px;
    color: #5e5e5e;
}
.title-1-fu {
    flex: 1;
    font-size: 33px;
    color: #ECECEC;
    text-align: right;
    font-weight: bold;
}

.address-box {
    color: #5e5e5e;
    display: flex;
}

.address-box div {
    flex: 1;
}
.address-box div p {
    padding: 5px 0;
    margin: 0px;
}
.big-blue {
    font-family: Arial;
    font-weight: bold;
    color: #00A2EE;
    font-size: 25px;
}

.address-banner {
    padding: 40px 0;
}

.address-banner img {
    width: 100%;
}

.table-head {

    height: 50px;
    background: #313233;
    color: #fffdef;
    line-height: 50px;
    text-align: center;
}
.table-head div {
    float: left;
}
.table-content-title {
    height: 50px;
    background: #eeeef7;
    color: #545454;
    line-height: 50px;
    text-align: center;
    border-bottom: solid 0px #F7F7F7;
    width: 100%;
}
.table-content-title div {
    cursor: pointer;
    float: left;
}
.width-bili-25 {
    width: 25%;
}
.width-bili-10 {
    width: 10%;
}
.width-bili-35 {
    width: 35%;
}
.width-bili-20 {
    width: 20%;
}
.table-content {
    background: #FAFAFA;
    padding: 0px 40px;
    font-size: 15px;
    color: #5e5e5e;
    height:auto;
    box-sizing: border-box;
    overflow: hidden;
    transition: all 1s;
    display: none;
    padding: 0 80px;
    margin: auto;
}

.table-content[data-open='on']{
    display: block;
}
.table-content[data-open='off']{
    display: none;
}


.table-content-box ul ,.table-content-box li {
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.table-content-box li {
    border-bottom: solid 1px #d8d8d8;
}
.table-content div {
    padding: 20px 0 15px 0;
}
.table-content p {
    padding: 5px 0;
    margin: 0px;
}
.table-content div.jiaru-a {
    padding: 10px 0 30px 25px;
}
.table-content a {
    color: #00A2EE;
}
.table-content a:hover {
    color: #0072a8;
}

.liuyan-ban {
    width: 700px;
    float: left;
    padding: 20px 0 0 0 ;
    box-sizing: border-box;

}

.liuyan-right {
    float: right;
    width: 400px;
}
.liuyan-right img {
    width: 100%;
}
.liuyan-title {
    font-family: Arial;
    font-size: 45px;
    color: #5e5e5e;
    line-height: 38px;
}
.liuyan-title-fu {
    font-size: 24px;
    padding: 10px 0;
    color: #5e5e5e;
}
.form-ul {
    padding: 20px 0px 0 0;
    margin: 0px;
}
.form-ul form{
    padding: 0px 0px;
    margin: 0px;
}
.form-ul li {
    padding: 0px;
    margin: 0px;
    list-style: none;
    height: 65px;
}
.form-ul li.msgli {
    height: 130px;
}
.form-ul li div {
    float: left;
}
.form-ul li div span {
    font-size: 14px;
    color: #5e5e5e;
    width: 90px;
    float: left;
    line-height: 40px;
}


.form-ul li div span b {
    color: #ff0000;
    padding: 0 5px;
    line-height: 40px;
}
.form-ul li img {
    float: left;
    margin: 0 0 0 10px;
    cursor: pointer;
}
.form-ul input[type="text"]{
    height: 40px;
    border: solid 1px #E5E5E5;
    color: #6e6e6e;
    font-size: 14px;
    padding: 0 10px;
    line-height: 40px;
    float: left;
}
.form-ul input::placeholder{
    color: #CCCCCC;
}

.msgcontent {
    border: solid 1px #E5E5E5;
    height: 93px;
    width: 555px;
    padding: 5px 10px;
}
.width-70 {
    width: 70px;
}
.width-100 {
    width: 100px;
}
.width-200 {
    width: 200px;
}
.width-300 {
    width: 300px;
}
.width-400 {
    width: 400px;
}
.width-500 {
    width: 500px;
}
.input-long {
    width: 555px;
}
.form-ul li div span.en-span {
    font-size: 14px;
    color: #5e5e5e;
    width: 150px;
    float: left;
    line-height: 40px;
}
.en-msgcontent {
    border: solid 1px #E5E5E5;
    height: 93px;
    width: 445px;
    padding: 5px 10px;
}
.en-input-long {
    width: 445px;
}
.msgcontent {

}
.shili-box {
    background: #f0f0f0;
    font-size: 16px;
    padding: 10px;
    border-radius: 5px;
    margin: 10px;
    line-height: 25px;
}
.shili-box b {
    color: #00A2EE;
}

.form-block .layui-input{
    color: #8d8d8d;
}

.form-ul li button {
    background: #009AEA;
    color: #ffffff;
    text-align: center;
    height: 40px;
    border: 0px;
    margin:  0 0 0 10px;
    padding: 0 10px;
    cursor: pointer;
    width: 75px;
}
.form-ul li  .code-shuaxin {
    cursor: pointer;
    color: #005e8f;
    padding: 0 0 0 10px;
}
.form-ul li  .code-shuaxin:hover{
    color: #009AEA;
}
.form-ul li .submit {
    background: #009AEA;
    color: #ffffff;
    width: 100px;
    height: 40px;
    border: 0px;
    margin:  0 0 0 0;
    padding: 0 10px;
    cursor: pointer;
}
.form-ul em {
    display: block;
    font-size: 13px;
    color: #ff0000;
    width: 315px;
    box-sizing: border-box;
    float: left;
    padding: 0 0 0 100px;
    font-style: normal;
}

.form-ul em#phonecode-error{
    padding: 0 0 0 85px;
    float: right;
}
.phonecode-box {
    padding: 0 0 0 40px;
}
.content-body {
    margin: auto;
    background: #ffffff;
    width: 1200px;
    padding: 20px 80px;
    margin-top: 2px;
    min-height: 600px;
}
.content-body-padding {
    margin: auto;
    background: #ffffff;
    width: 1200px;
    padding: 40px 80px;
    margin-top: 2px;
}

.fangan-list-title {
    height: 110px;
    line-height: 110px;
    padding: 0 20px;
}

.span-list-title {
    background: url("../../images/fangan_title_bg.jpg") no-repeat;
    color: #5e5e5e;
    background-position: right 54px;
    padding: 0 40px 0 0;
    text-transform: uppercase;
    display: inline-block;
    font-size: 24px;
}

.span-type-title {
    font-size: 19px;
    padding: 0 15px;
    color: #04A2EB;
    display: inline-block;
    line-height: 110px;
}
.span-type-fu-title {
    font-size: 19px;
    padding: 0 0px;
    color: #04A2EB;
    display: inline-block;
    line-height: 110px;
    text-transform: uppercase;
}
.fangan-box {

}
.fangan-box ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.fangan-box ul li {
    padding: 0px;
    margin: 10px 25px;
    list-style: none;
    width: 350px;
    height: 220px;
    float: left;
}


.fangan-box ul li .img-box {
    border: solid 0px #c31f33;
    width: 350px;
    height: 200px;
    overflow: hidden;
    position: relative;
}

.fangan-box ul li .img-box .img-title {
    position: absolute;
    background: rgba(43,37,85,0.3);
    width: 350px;
    height: 200px;
    z-index: 999;
    top: 0px;
    left: 0px;
    text-align: left;
    color: #ffffff;
    display: none;
    padding: 80px 0 0 20px;
}

.fangan-box ul li .img-box:hover .img-title{
    display: block;
}
.fangan-box ul li:hover img{
    transform: scale(1.2);
}

.fangan-box ul li img {
    width: 350px;
    height: 200px;
    border: solid 0px #CCCCCC;
    box-sizing: border-box;

}
.fangan-box ul li img{
    cursor: pointer;
    transition: all 0.8s;
}
.fangan-box ul li img:hover{
    transform: scale(1.2);
}


.fangan-title-box {
    height: 80px;
}
.fangan-title {
    text-align: left;
    font-size: 24px;
    color: #5e5e5e;
}
.fangan-fu-title {
    text-align: left;
    font-size: 34px;
    font-family: Arial;
    color: #5e5e5e;
    padding: 0 0 10px 0;
}

.fangan-div {
    width: 1200px;
    height: 651px;
    background: url("../../images/fangan_bg.png") no-repeat;
    position: relative;
    background-size: cover;
}
.fangan-div a:hover{
    background-color:  #2C3B92;
}
.fangan-div a.hover {
    background-color:  #2C3B92;
}

.jizhen {
    position: absolute;
    width: 257px;
    height: 232px;
    top: 30px;
    left: 33px;
}
.jizhen a {
    width: 257px;
    height: 232px;
    background: url("../../images/jizhen.png") #D2D3D5;
    display: block;
}
.huxike {
    position: absolute;
    width: 257px;
    height: 232px;
    top: 30px;
    left: 395px;
}
.huxike a {
    width: 257px;
    height: 232px;
    background: url("../../images/huxike.png") #D2D3D5;
    display: block;
}


.bingfang {
    position: absolute;
    width: 423px;
    height: 232px;
    top: 30px;
    left: 735px;
}
.bingfang a {
    width: 423px;
    height: 232px;
    background: url("../../images/bingfang.png") #D2D3D5;
    display: block;
}


.zhongzheng {
    position: absolute;
    width: 207px;
    height: 260px;
    bottom: 30px;
    left: 33px;
}
.zhongzheng a {
    width: 207px;
    height: 260px;
    background: url("../../images/zhongzheng.png") #D2D3D5;
    display: block;
}
.shoushu {
    position: absolute;
    width: 220px;
    height: 260px;
    bottom: 30px;
    left: 305px;
}
.shoushu a {
    width: 220px;
    height: 260px;
    background: url("../../images/shoushu.png") #D2D3D5;
    display: block;
}

.jiating {
    position: absolute;
    width: 260px;
    height: 260px;
    bottom: 30px;
    right: 47px;
}
.jiating a {
    width: 260px;
    height: 260px;
    background: url("../../images/jiating.png") #D2D3D5;
    display: block;
}


.search-title-box div {
    flex: 1;
}

.search-page-box {
    padding: 20px 0;
}

.search-title-box {
    display: flex;
    height: 50px;
}
.search-title-box div {
    flex: 1;
}
.search-title-left {
    text-align: left;
    font-size: 24px;
    color: #5e5e5e;
}
.search-title-right {
    text-align: right;
    font-size: 34px;
    font-family: Arial;
    color: #E5E5E5;
}



.search-input-box {
    height: 50px;
}
.search-input {
    float: left;
    border: solid 1px #E5E5E5;
    height: 50px;
    width: 455px;
    padding: 0px;
}
.search-input form{
    display: block;
    padding: 0px;
    margin: 0px;
}
.keyword-list {
    float: left;
}
.keyword-search {
    width: 400px;
    height: 48px;
    border: 0px #CCCCCC solid;
    box-sizing: border-box;
    padding: 0px 10px;
    margin: 0px 0 0 0;
    box-sizing: border-box;
}
.search-btn {
    background: url("../../images/search_bg.jpg") center no-repeat;
    height: 48px;
    width: 48px;
    border: none;
    text-indent: -10000px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    float: right;
}
.search-btn:focus{
    outline: none;
}
.keyword-list {
    height: 50px;
    line-height: 50px;
    padding: 0 20px 0 50px;
    color: #5e5e5e;
    width: 700px;
    box-sizing: border-box;
    text-overflow:ellipsis;
    overflow:hidden;
    white-space:nowrap;
}

.keyword-list span {
    padding: 0 10px;
}
.keyword-list span a {
    border-bottom: 2px dotted #00A2EE;
}
.keyword-list span a:hover {
    color: #00A2EE;
}

.products-li-banner {
    width: 1200px;
    height: 550px;
    overflow: hidden;
    position: relative;
}
.products-li-banner img {
    width: 1200px;
    height: 550px;
    transition: all 0.9s;
}
.products-li-banner img:hover {
    transform: scale(1.08);
}

.banner-title {
    position: absolute;
    top: 150px;
    left: 100px;
    z-index: 99;
}

.banner-title-1 {
    font-size: 36px;
    font-family: Arial;
    color: #5e5e5e;
    padding: 0px 0;
}
.banner-title-2 {
    padding: 28px 0 36px 0;
    font-size: 36px;
    color: #5e5e5e;
}
.banner-title-a {
    width: 200px;
    height: 50px;
    font-size: 24px;
    color: #5e5e5e;
    border: solid 1px #5e5e5e;
    line-height: 50px;
    text-align: center;
    margin: 15px 0 0 0;
}

.products-type-li {
    list-style: none;
    padding: 0px;
    margin: 0px;

}

.products-type-li li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.products-tyle-dl {
    padding: 50px 0 50px 0;
    margin: 0px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.products-tyle-dl dd {
    border: solid 1px #E7E7E7;
    width: calc(25% - 10px);
    padding:0px;
    margin: 5px;
    height: 160px;
    box-sizing: border-box;
    float: left;
    position: relative;
    overflow: hidden;
}
.products-tyle-dl dd a.products-type-a {
    display: block;
    padding:45px 24px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}
.products-tyle-dl dd p {
    padding: 0 0 0 0;
    margin: 0px;
    height: 25px;
}
.type-title-2 {
    font-size: 20px;
}

.products-tyle-dl dd:hover .products-list-box{
    top: 0px;
}
.products-list-box {
    position: absolute;
    width: 100%;
    height: 160px;
    top: -160px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    box-sizing: border-box;
    z-index: 99;
    background: #D0D5DB;
    line-height: 25px;
    transition: all 0.6s;
}
.products-list-box div {
    padding: 0px 10px;
    height: 160px;
    display:table-cell;
    vertical-align:middle;
}
.products-list-box div a {
    display: block;
    height: 28px;
    width: 270px;
    line-height: 28px;
    color: #ffffff;
    text-overflow: ellipsis;
    overflow:hidden;
    white-space:nowrap;

}
.products-list-box div a:hover{
    color: #4DAEE8;
}

.products-nav-box {
    height: 40px;
    line-height: 40px;
    color: #5e5e5e;
    padding: 20px 0 0 0;
}

.products-nav {
    padding: 0 10px;
    float: left;
    border-bottom: solid 3px #F3F3F3;
    height: 40px;
}
.products-nav span {
    margin:  0 15px;
    cursor: pointer;
    padding: 0 10px;
    height: 40px;
    display: block;
    float: left;
}
.products-nav span.active {
    border-bottom: solid 3px #04A1EB;
}
.products-nav span:hover {
    border-bottom: solid 3px #04A1EB;
}

.backup-icon {
    float: right;
    cursor: pointer;
}
.backup-icon:hover{
    color: #04A1EB;
}

.products-content-title {
    padding: 40px 0px;
    font-size: 24px;
    color: #5e5e5e;
}
.products-content {
    padding: 0 0 0 40px;
    color: #5e5e5e;
}

.down-box {
    display: inline-block;
    height: 60px;
    border: solid 1px #E7E7E7;
    line-height: 60px;
    padding: 0 20px 0 60px;
    background: url("../../images/down_icon.jpg") no-repeat left center;
    background-position-x: 10px;
    font-size: 20px;
    margin-bottom: 100px;
}
.down-box span {
    padding: 0 100px 0 0 ;
}
.down-box a {
    float: right;
    font-size: 16px;
    color: #00A2EE;
}
.down-box a:hover {
    color: #c31f33;
}

.text-list-left {
    padding: 30px 0 0 0 ;
    width: 500px;
    float: left;
}
.text-list-right {
    padding: 30px 0 0 0 ;
    width: 700px;
    float: right;
}

.lanmu-title-1 {
    font-size: 30px;
    font-family: Arial;
    color: #606060;
    padding: 5px 0;
}
.lanmu-title-2 {
    padding: 5px 0;
    font-size: 26px;
    color: #606060;
}

.lanmu-sub-nav-box {
    padding: 120px 0 0 0;
}
.lanmu-sub-nav ul,.lanmu-sub-nav li {
    padding:0px;
    margin: 0px;
    list-style: none;

}
.lanmu-sub-nav ul {
    width: 160px;
    border: solid 1px #E7EBEB;
}
.lanmu-sub-nav li {
    width: 160px;
    height: 60px;
    line-height: 60px;
    border-bottom: solid 1px #F9F9F9;
    padding: 0 0 0 0px;
}
.lanmu-sub-nav li a {
    display: block;
    padding: 0 0 0 0px;
    border-left: solid 3px #ffffff;
    transition: all 0.5s;
    text-align: center;
}
.lanmu-sub-nav li a.active {
    background: #E7EBEB;
    border-left: solid 3px #01A2EB;
}
.lanmu-sub-nav li a:hover {
    background: #E7EBEB;
    border-left: solid 3px #01A2EB;
}
.text-list-banner {
    width: 100%;
}
.text-list-banner img {
    width: 100%;
}


.pic-text-list {
    padding: 0px 0 0 0px;
    margin: 0px 0 0 0;
    min-height: 400px;
}

.pic-text-list li {
   float: left;
    padding: 0px 0 0 0px;
    list-style: none;
    width: 335px;
    height: 250px;
}
.pic-text-list li:nth-of-type(odd){
    margin: 0px 0 0 0;
}
.pic-text-list li:nth-of-type(even){
    margin: 0px 0 0 23px;
}
.pic-text-list li .pic-fengmian-box{
    width: 335px;
    height: 200px;
    overflow: hidden;
    margin-bottom: 5px;
}
.pic-text-list li .pic-fengmian-box img {
    width: 340px;
    height: 200px;
    transition: all 0.5s;
}
.pic-text-list li a:hover{
    color: #01A2EB;
}
.pic-text-list li:hover img{
    transform: scale(1.2);
}

.text-list-box {
    padding: 30px 0 10px 0;
}
.text-list {
    padding: 0px 0 0 0px;
    margin: 0px 0 0 0;
    min-height: 300px;
}

.text-list li {
    height: 35px;
    line-height: 35px;
    padding: 0px 0 0 40px;
    margin: 0px;
    list-style: none;
    background: url("../../images/list-bg-1.png") no-repeat left center;
}

.text-list li .text-list-title {
    float: left;
}

.text-list li .text-list-time {
    float: right;
    color: #bebebe;
}
.text-list li:hover{
    background: url("../../images/list-bg-2.png") no-repeat left center;
}

.text-list li:hover a {
    color:#40a7f7;
    transition: all 0.2s;
}
.text-list li:hover a .text-list-time {
    color:#40a7f7;
}

.text-list-content {
    width: 1000px;
    margin: auto;
}
.text-list-content a {

}

.text-title {
    text-align: center;
    font-weight: normal;
    font-size: 24px;
    color:#40a7f7;
    padding: 15px 0;
    margin: 0px;
}


.text-time {
    text-align: center;
    color: #9c9c9c;
}
.text-content {
    padding: 15px 0;
    color: #646464;
    line-height: 25px;
    min-height: 400px;
}
.text-content img {
    max-width: 100%;
}
.text-content p {
    text-indent: 2em;
}

.text-bottom div{
    padding: 8px 0;
}

.text-bottom a:hover {
    color:#40a7f7;
}

.search-title {
    text-align: left;
    font-size: 18px;
    color: #5e5e5e;
    font-weight: normal;
}

.search-title b {
    color:#40a7f7;
    font-weight: normal;
}

.map-content {
    padding: 20px;
    width: 1100px;
    margin: auto;
}

.map-content dl ,.map-content dd {
    padding: 0px;
    margin: 0px;
}
.map-content dd {
    width: 100%;
    clear: both;
    padding: 10px 0 30px 0;
}
.map-title {
    height: 60px;
    line-height: 60px;
    font-size: 20px;
}
.map-title a {
    color:#40a7f7;
}
.map-title a:hover{
    color: #77cbff;
}



.map-links {
    width: 100%;
}
.map-content ul,.map-content li {
    padding: 5px;
    margin: 0px;
    list-style: none;
}
.map-content ul {

}
.map-content ul li {
    height: 20px;
    line-height: 20px;
    float: left;
    width: 20%;
    text-align: left;
    background: url("../../images/links_bg.jpg") left center no-repeat;
    padding: 0 0 0 20px;
}
.map-content ul li a:hover{
    color:#40a7f7;
}
.form-block {
    padding: 0 0 30px 0;
}
.jubao-content {
    padding: 20px 0 80px 0;
    width: 1000px;
    margin: auto;
    color: #5e5e5e;
}
.form-xm-left {
    height: 60px;
    float: left;
}
.form-xm-right{
    height: 60px;
    float: right;
    text-align: right;
}
.form-item {
    height: auto;
}
.form-item div {
    float: left;
}
.form-item-flex {
    display: flex;
}
.form-item-flex div {
    flex: 1;
}

.layui-form .form-label {
    width: 80px;
    display: inline-block;
    line-height: 38px;
    padding: 0px;
    float: left;
    text-align: left;
    float: left;
}
.layui-form .form-label-span {
    display: inline-block;
    line-height: 38px;
    padding: 0px;
    float: left;
    text-align: left;
    float: left;
}

.layui-form .form-label-100 {
    width: 100px;
    display: inline-block;
    line-height: 38px;
    padding: 0px;
    float: left;
    text-align: left;
    float: left;
}
.layui-form .form-label-160 {
    width: 160px;
    display: inline-block;
    line-height: 38px;
    padding: 0px;
    float: left;
    text-align: left;
    float: left;
}
.layui-form .form-label-150 {
    width: 150px;
    display: inline-block;
    line-height: 38px;
    padding: 0px;
    float: left;
    text-align: left;
    float: left;
}
.layui-form .form-label-120 {
    width: 120px;
    display: inline-block;
    line-height: 38px;
    padding: 0px;
    float: left;
    text-align: left;
    float: left;
}
.form-label-220 {
    width: 220px;
    display: inline-block;
    line-height: 40px;
    padding: 0px;
    float: left;
    text-align: left;
    float: left;
}


.bitian::before{
    margin: 0px 5px 0 0;
    content: "*";
    color: #ff0000;
    font-weight: bold;
}

.layui-input.width-200 {
    width: 200px;
}
.layui-input.width-300 {
    width: 300px;
}
.layui-input.width-350 {
    width: 350px;
}
.layui-input.width-400 {
    width: 400px;
}
.form-title-big {
    text-align: center;
    font-weight: normal;
    font-size: 28px;
    color:#40a7f7;
    padding: 15px 0 40px 0;
    margin: 0px;
}

.layui-input-inline .layui-input:focus {
    border-color: #5ec1ff;
    outline: 0;
}
.layui-input:focus, .layui-textarea:focus {
    border-color: #66afe9 !important;
}

.layui-input::placeholder{
    color: #bababa;
}

.form-title {
    text-align: center;
    font-weight: normal;
    font-size: 20px;
    color:#40a7f7;
    padding: 15px 0 40px 0;
    margin: 0px;
}

.padding-10-0 {
    padding: 10px 0;
}

.form-dl,.form-dl dd {
    padding: 0px;
    margin: 0px;

}
.form-dl dd {
    padding: 0 0 10px 0 ;
}
.img-code {
    cursor: pointer;
}

.phone-code-button {
    background: #009AEA;
    color: #ffffff;
    text-align: center;
    height: 40px;
    border: 0px;
    margin:  0 0 0 10px;
    padding: 0 10px;
    cursor: pointer;
    width: 120px;
    display: inline-block;
}
.submit-btn {
    background: #009AEA;
    color: #ffffff;
    width: 200px;
    height: 50px;
    border: 0px;
    font-size: 20px;
    line-height: 50px;
    margin:  0 0 0 0;
    padding: 0 10px;
    cursor: pointer;
}
.liuyan-box {

    box-sizing: border-box;
    margin: auto;
}
.widget {
    position: fixed;
    right: 10px;
    bottom: 150px;
    z-index: 999;
}
.widget ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.widget ul li {
    list-style: none;
    padding: 0px;
    margin: 0px;
    width: 50px;
    height: 50px;
    overflow: hidden;
    margin: 0 0 20px 0;
}
.widget ul li a {
    display: block;
    width: 50px;
    height: 50px;
    background: url("../../images/icon.png");

}

.widget ul li a.icon-user {
    background-position: 0px 0px;

}
.widget ul li a.icon-user:hover {
    background-position: -70px 0px;
}

.widget ul li a.icon-qrcode {
    background-position: 0px -70px;
}
.widget ul li a.icon-qrcode:hover {
    background-position: -70px -70px;
}
.widget ul li a.icon-top {
    background-position: 0px -140px;
}
.widget ul li a.icon-top:hover {
    background-position: -70px -140px;
}


.widget ul li img {
    display: block;
    width: 50px;
    height: 50px;
}


.page_str {
    height: 40px;
    display: block;
    margin: 0px 10px 15px 0;
    padding: 20px 0 0 0;
    text-align: right;
    float:right;
}

.page_str a {
    color: #000;
    font-size: 12px;
    text-decoration: none;
    display: block;
    float: left;
    border: 1px solid #eaeaea;
    padding: 1px 15px;
    margin: 4px;
    height: 30px;
    line-height: 30px;
    font-weight: 100;
    background: #FFF
}

.page_str #danqian_page_link {
    color: #FFF;
    background: #35B4FF;
}

.page_str a:hover {
    color: #FFF;
    background: #35B4FF;
    border: 1px solid #35B4FF;
}

/*page end*/
    /*page end*/




/**********************************

Name: validate Styles

***********************************/
#imgcode-error {
    position: absolute;
    top: 43px;
    left: 0px;
}
span.error{
    /* remove the next line when you have trouble in IE6 with labels in list */
    color: #CC0000 ;
    font-style: italic; float:left; display:none;
}
div.error { display: none; }
i.error {color: #CC0000 ;}


input {	border: 1px solid black; }
input[type="radio"]{ border: none }
input[type="checkbox"]{border: none }

input[type="button"]{border: none }
input.checkbox { border: none }
input:focus { border-color:#82AB21; }
.form-ul input.error { border: 1px #ff3041 solid; }
.layui-input.error { border: 1px #ff3041 solid; }
textarea.error { border: 1px  #ff3041 solid; }
form.cmxform .gray * { color: gray; }